home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / DEF / Process / Expand / expand-class next >
Text File  |  1998-10-23  |  702b  |  16 lines

  1. expand-class class instrument sections
  2.  
  3. expand-class appends all bindings made for each section of that class, and returns a zoned list of values. The sections is a list containing section names. The t flag tell that the section lengths are automatically expanded/truncated to match the number of section zones, and all the values are distributed properly over the section using the section rules.
  4.  
  5. (expand-class symbol instr 
  6.           (expand-grammar fugue 2 'structure) t)
  7.  
  8. (expand-class velocity instr 
  9.           (expand-grammar fugue 2 'structure) t)
  10.  
  11. (expand-class symbol instr 
  12.           (expand-grammar fugue 2 'structure) t)
  13.  
  14. (expand-class velocity instr 
  15.           (expand-grammar fugue 2 'structure) t)
  16.